func vendor/golang.org/x/crypto/internal/poly1305.add128
3 uses
vendor/golang.org/x/crypto/internal/poly1305 (current package)
sum_generic.go#L124: func add128(a, b uint128) uint128 {
sum_generic.go#L220: m1 := add128(h1r0, h0r1) // These two additions don't overflow thanks again
sum_generic.go#L221: m2 := add128(h2r0, h1r1) // to the 4 masked bits at the top of r0 and r1.
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |